-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Add compiler-builtins
to bootstrap
#142106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Bootstrap people, I think I need some help here making this actually work :) ideally these tests should probably run via path ( It would be good for this to run on CI, as well. |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments. I noticed that compiler-builtins
has its own workspace, but at the same time, it doesn't have a Cargo.lock
file. I wonder how do we want to deal with that, the dependencies probably should be locked. Either we should add a lockfile to it, or we should somehow make it a part of the root workspace? 🤔
No description provided.